html {
background: white;
margin: 0;
}

body {
font-family: Verdana;
font-size: 10px;
color: white;
margin: 0;
}

.menucontainer {
position: fixed;
background-image: none;
  width: 100%;
  height: 80px;
top: 0px;
padding-top: 10px;
z-index: 1000;
background-color: white;
}

@media only screen and (max-device-width: 1024px) {
.menucontainer {
position: fixed;
background-image: none;
  width: 100%;
  height: 40px;
top: 0px;
padding-top: 20px;
z-index: 1000;
background-color: white;
}
}

.menuone {
  width: 200px;
  height: 70px;
  float: left;
}

@media only screen and (max-device-width: 1024px) {
.menuone {
  width: 100px;
  height: 50px;
  float: left;
}
}

.menutwo {
  margin-right: 20px;
color: white;
  text-align: right;
}


.nav {
  list-style-type: none;
  text-align: right;
  margin: 0;
  padding: 0;
}

.nav li {
  display: inline-block;
  font-size: 18px;
  padding: 26px 0px 0 10px ;
}

@media only screen and (max-device-width: 1024px) {
.nav li {
  display: inline-block;
  font-size: 15px;
  padding: 0 0px 0 10px ;
}
}

a {
color: RED;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}

a:hover {
color: yellow;
}

.pagefooter {
  display: flex;
  flex-wrap: nowrap;
background-color: black;
font-size: 20px;
}
.pagefooter > div {
  width: 25%;
  margin: 10px;
  text-align: left;
  line-height: 22px;
  font-size: 18px;
}

@media only screen and (max-device-width: 1024px) {
.pagefooter > div {
  width: 99%;
border-top: 1px solid white;
}
.pagefooter {
  display: block;
}
}


.footer {
border-top: 0px white solid;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
height: 40px;
font-size: 100%;
float: right;
text-align: right;
line-height: 40px;
background-color: red;
}

.footer > a{
color: white;
}

/* Parallax Styles */
.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {

}

.bgimg-2 {

}

.bgimg-3 {
  background-image: url("/img_parallax.jpg");
  min-height: 400px;
}

.caption {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  text-align: center;

}

.caption span.border {
  baackground-color: #111;
  color: RED;
  padding: 18px;
  font-size: 60px;
  letter-spacing: 15px;
font-weight: 900;
text-transform: uppercase;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
.caption span.border {
font-size: 250%;
}
}


photocontent {
  padding: 0px;
  background: #F3F6F7;
  overflow:hidden;
width: 100%;
 height: 350px;
  }
.flex {
  display:flex;
  }
.flex div {
  flex:1;
  margin:0px; /* need some space ?*/
  }
img {
  width:100%;
  }

@media only screen and (max-device-width: 1024px) {
photocontent {
display: hidden;
  }
.flex {
display: block;
}
.flex div {
  float:none;
  width:100%;
  margin-right: 0%;
height: 400px;
  }
.col-4 {margin-right:0;height: 400px;width:100%;}
  }
}

#respimg {
width: 200%;
height: 50px;
}
